dbicList Send comments on this topic.
dbiNodeItem Constructor(dbiNodeItem[])
See Also 
dbicBase Assembly > Dbi.WinControl Namespace > dbiNodeItem Class > dbiNodeItem Constructor : dbiNodeItem Constructor(dbiNodeItem[])

objChildren
A one-dimensional array of dbiNodeItem.
Initializes a new node with the array of child nodes passed into the node.items collection.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal objChildren() As dbiNodeItem _
)
C# 
public dbiNodeItem( 
   dbiNodeItem[] objChildren
)

Parameters

objChildren
A one-dimensional array of dbiNodeItem.

Return Value

dbiNodeItem Class

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also